@charset "utf-8";

@media only screen and (min-width: 641px) {
	.no-padding-left {
		padding-left: 0px !important;
	}
	.no-padding-right {
		padding-right: 0px !important;
	}
}


/*reset ui*/

body {
	color: #000;
}

.nav_background {
    /* background: url(../images/nav_background.png) no-repeat center top; */
    /* background: linear-gradient(180deg, rgba(23, 97, 180, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    /* background-position-y: -56px; */
    overflow: hidden;
    width: 100%;
    background: url(../images/index-main-bg.png) no-repeat;
    background-size: 100%;
    padding-top: 20px;
}

#nav div#collapse-head2 {
    /* padding-top: 24rem; */
}
@media (min-width:1400px){
	padding-top: 260px;
}

@media only screen and (max-width: 640px){
	#nav div#collapse-head2 {
    padding-top: 42px;
}
	#nav div#collapse-head2 ul {
		background: #1b518f;
	}
}
.com-logo{
	overflow:hidden;
	box-sizing: border-box;
}
.com-logo img.guohui {
    width: 74px;
    float:left;
}
.com-logo a{
	float:right;
	width: 370px;
	display:block;
	margin-left: 6px;
	margin-top: 6px;
}



#nav .am-topbar-brand img.guohui {
    left: 0px;
    top: -57px;
    width: 90px;
}
@media screen and (max-width: 640px){
	#nav .am-topbar-brand img.guohui {
    left: 136px;
    top: -82px;
    width: 24%;
}
}

.am-input-group.am-input-group-sm {
    width: 100%;
    position: relative;
    /*padding-left: 3%;*/
}

#baidu_search span.am-input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.top_link>li {
    display: block;
    float: left;
    height: 18px;
    margin: 0 1px;
}

.top_link{
	width:41%;
}
.top_link li{
	height: 35px;
}

.h_login {
    position: relative;
	z-index: 4;
	margin: 0 2px;
}

.dl_box .h_login ul {
	display: none;
    z-index: 5;
    position: absolute;
    top: 0;
    margin-top: 18px;
    padding-left: 0;
}

.h_login ul li {
    width: 98px;
	height: 25px;
	line-height: 25px;
    display: block;
    text-align: center;
}

.h_login ul li:hover{
	background-color: #0A6DBF;
}

.h_login:hover{
	background-color: #1b518f;
}

.h_login:hover a{
	color: white;
}

.h_login:hover li{
	background-color: #1b518f;
}

.am-list-inline li {
	display: inline;
}

.am-btn-primary {
	background-color: #1b518f;
	border-color: #1b518f;
}

.am-container {
	max-width: 1100px;
}

.am-slider-inner {
	box-shadow: none;
	border-bottom: #000 solid 1px;
}

.am-slider-inner .am-slides li {
	position: relative;
}

.am-slider-inner .am-slider-title {
	position: absolute;
	background: #015193;
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	font-weight: 400;
}

.am-slider-inner .am-control-nav {
	width: auto;
	text-align: right;
	right: 10px;
	bottom: 10px;
}

.am-slider-inner .am-control-nav li a {
	background-color: rgba(255, 255, 255, .7);
	width: 12px;
	height: 12px;
}

.am-slider-inner .am-control-nav li a:hover {
	background-color: rgb(255, 255, 255);
}

.am-slider-inner .am-control-nav,
.am-slider-inner .am-pauseplay {
	display: block;
}

.am-slider-inner .am-direction-nav a:before {
	position: relative;
	top: -6px;
}

.am-breadcrumb {
	border-bottom: #ddd solid 1px;
	margin-bottom: 1rem;
    white-space: nowrap;
 
}

.am-breadcrumb li a {
	color: #333;
}

.am-breadcrumb>li {
	font-size: 14px;
}

.am-breadcrumb>li+li:before {
	padding: 0px 5px;
}

.am-breadcrumb>li:nth-child(1):before {
	content: "\f124";
	color: #999;
	padding: 0px 5px 0px 0px;
}

.am-breadcrumb>li:nth-child(2):before {
	content: ' ';
}


/*base*/

body {
	background: #f2f2f2;
	zoom:120% !important;
	overflow: auto;
	overflow-x: hidden;
}

header,
footer {
	background: #fff;
}

a {
	color: #000;
}

img.am-img-responsive {
    width: 97%;
}

#nav .am-topbar-brand a {position: absolute;top: -50px;left: 97px;width: 430px;height: 110px;}

@media screen and (max-width: 640px){
	#nav .am-topbar-brand a {position: absolute;top: -6px;left: 75px;width: 211px;height: 110px;}
}

.text-blue {
	color: #899eb1;
}

.bg-gray {
	background: #ededef;
}

nav {
	background: #1b518f;
}

nav li a {
	color: #fff;
}

.border-right {
	border-right: #ddd solid 1px;
}

#main {
	background: #fff;
	margin-top: 0rem;
}


/*gk*/

#gk-main {
	padding-top: 5px;
	background: #fff;
}

#gk-main>div.am-u-lg-9 {
	padding-left: 0px;
}


/*app*/

header{
	/* background: url(../images/new_background.png) no-repeat top;
	background-size: 100% 191%;
	background-position-y: -70px;
	position: relative; */
}

.topnav {
	/* margin-bottom: 26px; */
	position: relative;
	height: auto;
	padding: 0;
	padding-top: 10px;
}
.wx-icon{
	width:80%;
	display:block;
}
.wx-icon img{
	width:100%;
}

.topnav ul {
	margin-bottom: -38px;
	margin-top: 0px;
	position: relative;
	z-index: 9999999999999999999999;
	padding-left: 100px;
}

ul.am-list-inline.am-align-right.top_link.t40 {
    /* position: absolute;
    top: 40px;
    right: 243px; */
	float:left;
}

.topnav li {
	line-height: 18px;
	font-size: 14px;
	color: #88aecd;
}

.topnav li a {
	color: rgba(27, 81, 143, 1);
}

.topnav a.first_li {
    display: block;
    background: rgba(27, 81, 143, 1);
    color: #fff;
    border-radius: 100px;
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 15px;
}

.topnav li a:hover #app_img{display:block;}
#nav {
	background: transparent;
	border-bottom: none;
	z-index: 2;
	margin-bottom: 0px;
}

#nav .am-container {
	position: relative;
}

#nav:before {
	background: url(../images/nav_backpic.png) no-repeat center top;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 57px;
	z-index: 0;
	background-size: 100% 100%;
	background-position-y: 2px;
	max-height: fit-content;
}

@media (min-width: 1400px) and (max-width: 1750px) {
	#nav:before {
		background-size: 118% 100%;
	}
}

#nav .am-topbar-brand {
	margin-bottom: 10px;
	display: block;
	margin-top: 57px;
}

#nav .am-topbar-right {
	position: absolute;
	width: auto;
	right: 245px;
	top: 225px;
}

#nav .search-box{
	position:unset;
}

.search-main{
	width:100%;
	margin:0 auto;
	height: 110px;
	max-height: 320px;
}
.search-main .search-box{
	float:unset;
	width:100%;
	margin:0 auto;
	text-align: center;
}
.search-main .search-box form{
	width: 500px;
	margin-top: 26px;
}
.search-main .search-box form#baidu_search input#word{
	width: 55.8%;
	margin-left: 20px;
	font-size: 18px !important;
}
.search-main .search-box form#baidu_search span{
	width: 18%;
	text-align: center;
	display: block;
	margin: 0 auto;
	display: inline-block;
	right: unset;
	position: unset;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
}
.search-main .search-box form#baidu_search #baidu_searchbth{
	width:100%;
	overflow: hidden;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 18px !important;
	padding-left: 10px;
	position: unset;
}









#nav .search-box form{
	width:410px;
	margin-top: 30px;
}
#nav .search-box form#baidu_search input#word{
	width: 57%;
}
#nav .search-box form#baidu_search span{
	width: 23%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#nav .search-box form#baidu_search #baidu_searchbth{
	width:100%;
	overflow: hidden;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 18px !important;
	padding-left: 10px;
}

#nav #searchform input{
	min-width:228px;
}

#nav .am-topbar-nav {
	/* background: #1b518f; */
	z-index: 2;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
	line-height: 53px;
}

#nav .am-topbar-nav>li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: none;
	/* border-right: #f2f2f2 solid 1px; */
	width: auto;
}

#nav .am-topbar-nav>li:last-child {
	border-right: none;
}

#nav .am-topbar-nav>li>a {
	color: #fff;
	white-space: nowrap;
	display: block;
	font-size: 18px;
	line-height: 37px;
	height: 37px;
	padding: 0px 30px;
	font-weight: 400;
}

#nav .am-topbar-nav>li>a:hover,
#nav .am-topbar-nav>li>a:focus {
	background: transparent;
	background-color: transparent
}

#nav .am-topbar-nav>li>a:after {
	border-bottom-color: #083961;
	display: none;
}

#nav .am-topbar-nav>li>.dropdown-content {
	display: none;
	position: absolute;
	left: 0px;
	top: 37px;
	background: rgba(255, 255, 255, .9);
	border: #fff solid 1px;
	height: 140px;
	box-sizing: border-box;
	z-index: 999;
}

#nav .am-topbar-nav>li>.dropdown-content ul {
	text-align: left;
	padding: 10px 15px 0px 15px;
	margin-bottom: 0px;
}

#nav .am-topbar-nav>li>.dropdown-content ul li {
	line-height: 26px;
	list-style: none;
}

#nav .am-topbar-nav>li>.dropdown-content ul.list-inline li {
	display: inline-block;
}

#nav .am-topbar-nav>li>.dropdown-content li {
	color: #333;
	font-size: 15px;
}

#nav .am-topbar-nav>li>.dropdown-content li span {
	color: #000;
	margin-right: 10px;
	width: 80px;
	text-align: right;
	display: inline-block;
	font-weight: 600;
}

#nav .am-topbar-nav>li>.dropdown-content li a {
	color: #333;
	margin-right: 10px;
}

#nav .am-topbar-nav>li>.dropdown-content ul.list-inline li a {
	font-weight: 600;
}

#nav .am-topbar-nav>li>.dropdown-content li a:hover {
	color: #015293;
}

#links {
	background: #fff;
	padding-top: 1.5rem;
	border-bottom: #015193 solid 3px;
}

#links .am-tabs-nav {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #0a6dbf;
}

#links .am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:hover,
.am-nav-tabs>li.am-active>a:focus {
	background-color: #015193;
	border-color: #015193;
	color: #ffffff;
}

#links .am-tabs-nav li:last-child a {
	margin-right: 0px;
}

#links .am-tabs-nav li:nth-child(3) a {
	margin-right: 0px;
}

#links .am-tabs-nav .am-fr {
	float: right !important;
}

#links .am-tabs-bd {
	border: none;
}

#links .am-tabs-bd ul {
	margin-bottom: 0px;
	padding-left: 0px;
}

#links .am-tabs-bd li {
	float: left;
	line-height: 28px;
	font-size: 14px;
}

#links .am-tabs-bd li a {
	white-space: nowrap;
}

footer {
	padding: 3.5rem 1rem 4.5rem 1rem;
}

footer .info {
	padding-left: 80px;
	position: relative;
	width: 63%;
	float: left;
}

footer .link-img {
	vertical-align: top;
	width: 36%;
	float: right;
	padding-right: 15px;
	margin-top: 10px;
}

footer #_ideConac {
	position: absolute;
	left: 0px;
	top: -6px;
}

footer p {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13.33px;
}

footer p>img {
    margin-left: 5px;
}

footer p a {
	margin-left: 5px;
	font-size: 13.33px;
}

footer .link-img p:first-child {
	margin-bottom: 0px
}

footer .link-img a {
	display: inline-block;
}

footer .link-img #_span_jiucuo {
	display: inline-block;
  width: 80px;
    height: 40px;
    margin-left: 5px;
}

footer .link-img #_span_jiucuo img{
  width: 100%;
  height: 100%;
}

/*model*/

.news-tab {
	margin: 0px;
	margin-bottom: 10px;
       position: relative;
}

.news-tab .am-tabs-nav {
	border-bottom: #bababa solid 1px;
	padding-top: 0rem;
	line-height: 30px;
}

.news-tab .am-nav-tabs>li {
	margin-bottom: 0px;
	margin-right: 15px;
}

.news-tab .am-nav-tabs>li>a {
	color: #000;
	padding-top: 0px;
	font-size: 18px;
	font-weight: 600;
	padding: 0em .1em;
	line-height: 30px;
	padding-bottom: 3px;
}

.news-tab .am-nav-tabs>li>a:hover,
.news-tab .am-nav-tabs>li>a:focus {
	background: transparent;
	background-color: transparent;
	color: #015193;
}

.news-tab .am-nav-tabs>li.am-active>a {
	border-color: transparent;
	cursor: pointer;
	background: transparent;
}

.news-tab .am-tabs-nav .am-nav-tabs-more {
	color: #000;
	font-size: 1.3rem;
	position: relative;
	top: .75rem;
	right: .5rem;
}

.news-tab .am-tabs-nav .am-icon-btn {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
}

.news-tab .am-tabs-bd {
	border: none;
}

.news-tab .am-tab-panel {
	padding: 5px 0px 5px 0px;
}

.news-tab .am-tab-panel ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-tab .am-tab-panel .news-list>li {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}

.news-tab .am-tab-panel .news-list>li:before {
	content: ".";
	position: absolute;
	left: 0rem;
}

.news-tab .am-tab-panel ul.am-list>li>a {
	padding: 2px 90px 2px 10px;
	font-size: 15px;
}

.news-tab .am-tab-panel .am-list-date {
	font-size: 15px;
	color: #000;
	top: 0px;
}

.news-tab .am-tab-panel .am-list-date>a {
	padding: 0px;
	display: inline;
	color: #000;
}

.model-bar {
	border-bottom: #015193 solid 1px;
	background: #f2f2f2;
	margin-bottom: 10px;
}

.model-bar h3:after {
	content: '';
	width: 0;
	height: 0;
	/*border-top: 20px solid #f2f2f2; 此处注销的是h3右上角下折20个px*/
	border-left: 20px solid transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}

.model-bar h3 {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0 20px 0 10px;
	background: #015193;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.model-bar h3 a,
.model-bar h3 a:hover {
	color: #fff;
}

.model-bar span {
	padding: 4px 10px;
	font-size: 16px;

}

.model-bar span a{
	color: #015193;
}


/*form*/

.vld-form {}

.vld-form legend {
	border-bottom: #ddd solid 1px;
	background: #f2f2f2;
	color: #015192;
	padding: .4rem 1rem;
}

.vld-form [class*="am-u-"] {
	float: left !important;
}

.vld-form label {
	text-align: right;
	padding-right: 0px;
}

.vld-form .am-required:after {
	content: '*';
	color: red;
	position: relative;
	right: -5px;
}

.vld-form .am-dropdown-toggle {
	background: #f2f2f2;
	border: #ddd solid 1px;
}

.vld-form input,
.vld-form select {
	background: #f2f2f2;
}

#vld-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	background: #F37B1D;
	min-width: 150px;
	color: #fff;
	transition: all 0.15s;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	display: none;
}

#vld-tooltip:before {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border-width: 0 8px 8px;
	border-color: transparent transparent #F37B1D;
	border-style: none inset solid;
}

.vld-form .am-ucheck-icons {
	top: 10px;
}

.vld-form #img {
	margin-left: -3rem;
}

/* 站外搜索 */
.am-topbar-right form {
    display: inline-block;
    position: relative;
    width: 552px;
    height: 55px;
    border: 1px solid;
    border-radius: 8px;
    border-color: #0e90d2;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

@media only screen and (max-width: 640px){
	.header{
		height:100%;
	}
	.am-topbar-right form {
		width: 326px;
		height: 47px;
	}
	#baidu_search .am-input-group input#word {
		height: 46px;
		width: 152px;
	}
	#baidu_search .am-input-group span.am-input-group-btn {
		right: 94px;
		height: 40px;
		position: unset;
	}
	.search-main .search-box form{
		width: 90%;
		margin: 0;
		border: none;
		border: 1px solid #dedede;
		height: 40px;
	}
	.search-main .search-box form div{
		width:100%;
		padding:0;
		border: none;
	}
	.search-main .search-box form#baidu_search input#word{
		width: 51%;
		height: 40px;
		padding: 0;
		margin-left: 0;
	}
	.topnav{
		width:100%;
		max-width:100%;
		/* height: 300px; */
		padding: 0;
	}
	.com-logo{
		float:unset;
		height: auto !important;
	}
	.topnav ul{
		float:unset;
	}
	.topnav div{
		display:block !important;
	}
	.topnav div ul{
		display:none;
	}
	.com-logo > img{
		width: 12% !important;
	}
	.com-logo a{
		width: 81%;
	}
	.com-logo a img.am-img-responsive{
		width: 80%;
	}
	.search-main .search-box form#baidu_search #baidu_searchbth{
		font-size: 14px !important;
		line-height: 40px;
		height: 40px;
	}
	#baidu_search .select1{
		height: 100% !important;
		width: 62px !important;
		margin-right: 0px;
	}
	.search-main{
		margin-top:30px;
		height: auto;
	}
	.topnews h1{
		padding:0 10px;
	}
	.topnews h1 a{
		font-size:20px !important;
	}
	.am-slider-inner .am-viewport ul.am-slides li a{
		background-color:#015193;
	}
	.am-slider-inner .am-slider-title{
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

#baidu_search #word{
	/* border-radius: 5px 0 0 5px; */
	/* border-color: #0e90d2; */
}

#baidu_search input#word {
    height: 53px;
    width: 371px;
    border: 0;
    float: unset;
    display: inline-block;
}

#baidu_search input#word:focus {box-shadow: none;}

#baidu_searchbth{
	padding: 0 5px;
	color: #fff;
	background-color: rgba(0, 89, 181, 1);
	border-radius: 0 5px 5px 0;
	border: 1px solid rgba(0, 89, 181, 1);
	outline: #1b518f;
	height: 55px;
	width: 98px;
	letter-spacing: 10px;
	line-height: 46px;
}

#baidu_searchbth:hover{
	border-color: #1b518f;
}

/* #baidu_search .select1 {
    width: 62%;
    /* height: 53px; 
    display: inline-block;
    text-align: center;
    border: 0;
    color: rgba(176, 172, 172, 1);
    /* margin-left: 46px; \
    outline: none;
    font-size: 18px;
} */

#baidu_search .select1 option {}

/* #contant #text,
#contant #text * {
	font-family: '宋体' !important;
} */

/*适配手机*/

@media only screen and (max-width: 640px) {
	header {
		border-bottom: #1b518f solid 2px;
		box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
		height: auto;
		background-position-y: 0;
		background: none;
		background-color: #fff;
		overflow: hidden;
	}

header.am-print-hide {}
	#nav:before {
		display: none;
	}
	#nav .am-topbar-brand {
		margin-bottom: 0px;
		width: 85%;
	}
	#nav .am-topbar-right {
		position: relative;
		right: 0px;
		top: 0px;
	}
	#nav .am-topbar-nav>li {
		display: block;
		width: 100%;
		float: none;
		margin: 0px;
	}
	#nav .am-topbar-nav>li:hover {
		background: #0084C7;
	}
	#nav .am-topbar-nav>li>.dropdown-content {
		display: none !important;
	}
.am-breadcrumb {
    overflow-x: scroll;
}
	#gk-main>div.am-u-lg-9 {
		padding-left: 1rem;
	}
	.border-right {
		border: none;
	}
	.vld-form label {
		text-align: left;
		margin-bottom: .5rem;
	}
	.vld-form #img {
		margin-left: 0rem;
	}
	footer{
		border-top:  #015192 solid 2px;
	}
	footer .info {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}
	footer #_ideConac {
		display: none;
	}
	.am-pagination li.am-hide-sm {
		display: none !important;
	}
}
/*20190102友情链接样式*/
.gj ul{
      float: left;
     display: block;
     width: 14%;
    margin: 0px;
}
.gj ul li{
    float: none !important;
    line-height: 22px !important;
    font-size: 14px;
    list-style-type: none;
}

.fc2{
	z-index:99999;
}

#collapse-head2  >ul{
    background: url(../images/header-nav-ul-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1120px;
    max-width: 1120px;
    margin:0 auto;
    display: block;
    height: 50px;
    position: relative;
    margin-top: 114px;
}

/*20190102友情链接样式*/
/* .gj ul{
      float: left;
     display: block;
     width: 14%;
    margin: 0px;
}
.gj ul li{
    float: none !important;
    line-height: 22px !important;
    font-size: 14px;
    list-style-type: none;
}

.fc2{
	z-index:99999;
}

.yqlj{width: 100%;padding: 35px 0 5px;border-bottom: 1px solid rgba(255, 255, 255, .26);}

.yqlj >div {
    position: relative;
    background: #f0f3f7;
    padding: 0;
}
.yqljtab ul{font-size: 0;}
.yqljtab li{float: left;display: flex;align-items: center;justify-content: center;/* padding-left: 22px; */width: 14.5%;line-height: 50px;cursor: pointer;font-size: 13.33px;border-radius: 2px;border: 1px solid rgba(255, 255, 255, .3);background: #e8eef5;text-align: center;}
.yqljtab li + li{margin-left: 2.6%;}
.yqljtab li::after{display: block;content: '';width: 12px;height: 7px;margin-left: 8.33px;background: url(../images/yqlj_arrow.png) no-repeat;background-size: contain;transition: all .2s;}
.yqljtab li.on::after{transform: rotate(180deg);}
.yqljcon{
	/* margin-top: 20px; */
	/* display: none; */
	width: 100%;
	/* min-height: 75px; */
	max-height: 510px;
	overflow: auto;
	background: #a8e3ff;
	box-shadow: 0px 3px 60px rgb(82 145 192 / 20%);
	border-radius: 4px;
	position: absolute;
	bottom: 117%;
	/* left: 50%; */
	/* margin-left: -550px; */
	/* padding: 12px 24px 22px; */
	flex-wrap: wrap;
	z-index: 100;
}
.yqljcon ul{padding: 0 20px;display: none;background: #a8e3ff;}

.yqljcon ul:nth-child(5) li {
    width: 12%;
}
.yqljcon ul:nth-child(1) li {
    width: 12%;
}
.yqljcon ul:nth-child(2) li {
    width: 12%;
}
.yqljcon li{width: 20%;float: left;}
.yqljcon li a{line-height: 42px;font-size: 15px;/* color: #fff; */}

@media only screen and (max-width: 640px) {
	.yqljtab li {
    width: 50%;
}
	.yqljtab li + li {
    margin: 0;
}
	.yqljcon {
    margin-left: -146px;
    max-height: 200px;
}
	.yqljcon ul {
    padding: 0 5px;
}
	.yqljcon li {
    width: 50%;
}
	.yqljcon li a {
    line-height: 30px;
    font-size: 12px;
}
} */